home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / orddor11.zip / ORDERDOR.DOC < prev    next >
Text File  |  1991-02-07  |  7KB  |  150 lines

  1.  
  2.                           ▓▒░  OrderDoor  ░▒▓
  3.                           ▓▒░ Version 1.1 ░▒▓
  4.  
  5.  
  6.                             February 7, 1991
  7.  
  8.                              Premo Mondone
  9.                              Copyright 1991
  10.                      PC Solutions of Cleveland BBS
  11.  
  12.                PC Solutions of Cleveland - Cleveland, TN
  13.                      (615) 476-2874 1200/2400 Baud
  14.  
  15.  
  16.  
  17. Intro:
  18. ─────
  19.  
  20. OrderDoor was written using QuickBasic v4.5 utilizing Todd Miller's Door
  21. Source v3.1 Library.  OrderDoor is a simple easy to use door that
  22. doubles as two doors in one.  It is an on-line order door for accepting
  23. orders using Visa/MasterCard, etc. AND it doubles as an on-line BBS
  24. Subscription Door.  OrderDoor was designed to be somewhat configurable
  25. for the SysOp so that he can use any text file that is 80 characters or
  26. less as his "On-Line Catalog" of items available for sale.  The only
  27. requirement here is that the text file be simply named "catalog" and
  28. placed in the OrderDoor directory.  The Subscription Fee for the BBS is
  29. also configurable via use of the Orderdor.cfg file that will be
  30. explained later in this documentation.
  31.  
  32. This software is marketed under the "shareware" concept.  The shareware
  33. version works exactly like the registered version, except the
  34. registered version does not have the "Please register" message present.
  35. The registered version has instead a nice message saying "Thanks for
  36. registering", etc. and even mentions the SysOp by name.  The
  37. registration fee is only $10.00 (U.S. Funds) and entitles you to free
  38. upgrades available for download on PC Solutions.  The registration fee
  39. ALSO entitles you to a copy of a simple report utility that will print
  40. a report on each and every transaction, including the customers, name,
  41. card number, items purchased, amounts, etc.  Even though there is a
  42. simple report option in the door itself, it only prints some basic
  43. information to the screen but does not include all the information
  44. contained in each transaction. This report option is password protected
  45. and the password is configurable by the SysOp, even in the shareware
  46. version. Please note that this password option is CASE SENSITIVE.
  47.  
  48. Door Source has many advantages over most Door Libraries for QuickBasic.
  49. One advantage is that the patched Brun45.exe is NOT needed.  In addition
  50. to the above it also has the following features:
  51.  
  52.           *  Handles comm port by assembly interrupt routines.
  53.           *  A sysop page routine.
  54.           *  Support for bauds up to 52,600 bps!
  55.           *  Properly credits chat time to caller's time left.
  56.           *  Always checking for a loss of carrier.
  57.           *  Supports PCBoard 14.x, PCBoard 11.x and 12.x!
  58.           *  Handles locking ports
  59.  
  60. One of Door Source's advantages over some of the other door writing
  61. utilities is that Door Source can support several versions of PCBoard!
  62. The versions of PCBoard are 11.8 and up, including support for 14.0 and
  63. up! The default bbs type is PCBoard 14.x. If you wish to change that,
  64. simply put this into your enviorment table by using the DOS command,
  65. SET.
  66.  
  67.   SET DORSRC=PCB14    -   Door Source will run PCBoard 14.x (DEFAULT)
  68.   SET DORSRC=PCB121   -   Door Source will run PCBoard 11.8+ with COM1
  69.   SET DORSRC=PCB122   -   Door Source will run PCBoard 11.8+ with COM2
  70.  
  71. Another way to change the setting for the bbs type is on the command
  72. line, simply put PCB121 on the command line for PCBoard 11.8+ on COM1
  73. and PCB122 on the command line for PCBoard 11.8+ on COM2, like this :
  74.  
  75.                       ORDERDOR ORDERDOR.CFG PCB121
  76.  
  77. You can't specify PCB14 on the command line, instead, Door Source will
  78. default to it.
  79.  
  80.  
  81. Setup:
  82. ─────
  83.  
  84. Setup for OrderDoor is real simple.  The batch file to load the door
  85. should be as follows:
  86.  
  87. F:                         <----- Drive containing OrderDoor
  88. cd\doors\orderdor          <----- Subdirectory containing OrderDoor
  89. orderdor orderdor.cfg      <----- Command to load OrderDoor
  90. D:                         <----- Drive containing PCB directory
  91. cd\pcb                     <----- Change directory to PCB
  92. board                      <----- Re-Load PCBoard
  93.  
  94. The config file for OrderDoor (orderdor.cfg), is as follows:
  95.  
  96. D:\pcb\pcboard.sys   <----- Drive and directory containing pcboard.sys
  97. PC Solutions         <----- Name of your BBS
  98. Premo                <----- SysOp's first name
  99. Mondone              <----- SysOp's last name
  100. 25.00                <----- BBS Subscription fee (DO NOT include $)
  101. bubba                <----- Your password for the SysOp Report function
  102.                             inside the door.
  103.  
  104. Both files above can be created with any pure ascii editor. If you run a
  105. free BBS (no subscription fee), then you can put $0 in the place
  106. reserved for the subscription fee.  I placed the following on my BBS,
  107. since it is a free BBS.
  108.  
  109. 0.00 (In other words, absolutely FREE!)
  110.  
  111. There is also a "welcome" screen that is included that can be added to,
  112. but the information already contained in the "welcome" files maynot be
  113. deleted or altered. Feel free however to change colors, etc. as you see
  114. fit.  There should be both an ascii version and an ansi version as well.
  115.  
  116. Other features:
  117. ──────────────
  118.  
  119. OrderDoor while in operation will have the status line on the bottom the
  120. screen on line 24 and line 25. It will show these things:
  121.  
  122.             1. The caller's baud rate
  123.             2. The caller's name
  124.             3. Time left in the door in minutes.
  125.             4. The name of your door and release version number.
  126.             5. Door Source 3.1
  127.             6. The time the door was entered, current time and flags if any.
  128.             7. Graphics mode (GR) or (NGR)
  129.             8. Bell/Caller alarm toggle status
  130.  
  131. The function keys open for the sysop to use are the following:
  132.  
  133.         (F4)    Page Bell Toggle
  134.         (F7)    Caller Alarm Toggle
  135.         (F8)    Return the user to the bbs
  136.         (F10)   Start chat with user
  137.         (ESC)   End chat with user
  138.         (ALT-X) Exit to DOS after sign-off toggle
  139.         (ALT-N) Sysop on next toggle
  140.  
  141. That's about it for now.  I am open to suggestions on improving
  142. OrderDoor. This is the first version and I'm sure there will be some
  143. things that I left out or forgot.  I can be contacted on PC Solutions or
  144. the SysOp's Conference of any member of the LiteLink Mail Network.
  145.  
  146. HISTORY:
  147. January 26, 1991: Initial v1.0 released.
  148. February 7, 1991: Minor Bug fixed in BBS Subscription routine.
  149.  
  150.